home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 July / EnigmA AMIGA RUN 20 (1997)(G.R. Edizioni)(IT)[!][issue 1997-07 & 08][EAR-CD IV].iso / earcd / mus / play / splibdev.lha / superplay-lib_DEV / Programmers / fd / superplay.fd < prev   
Text File  |  1997-04-03  |  860b  |  26 lines

  1. ** $VER: superplay.fd 6.1 (22.1.97)
  2. ##base _SuperPlayBase
  3. ##bias 30
  4. ##public
  5. SPL_AllocHandle(future)(A1)
  6. SPL_FreeHandle(handle)(A1)
  7. SPL_StopReplay(handle)(A1)
  8. SPL_FreeResources(handle)(A1)
  9. SPL_SuperPlay(handle,filename)(A1/A2)
  10. SPL_SuperWrite(handle,source_handle)(A1/A2)
  11. SPL_InitHandleAsDOS(handle,future)(A1/A2)
  12. SPL_InitHandleAsClip(handle,future)(A1/A2)
  13. SPL_SetWriteType(handle,akt_type,future)(A1/A2/A3)
  14. SPL_GetErrorString(error_code)(A1)
  15. SPL_SetWriteName(handle,writename,future)(A1/A2/A3)
  16. SPL_FileInfoRequest(handle,window,future)(A1/A2/A3)
  17. SPL_SetReqIOWindow(handle,window)(A1/A2)
  18. SPL_ReadPlayData(handle,buffer)(A1/A2)
  19. SPL_ContinueReplay(handle)(A1)
  20. SPL_FastForward(handle)(A1)
  21. SPL_FastBackward(handle)(A1)
  22. SPL_GetSampleList(handle,samplelist)(A1/A2)
  23. SPL_SetSampleList(handle,samplelist)(A1/A2)
  24. SPL_GetFileType(handle,filename,filetype)(A1/A2/A3)
  25. ##end
  26.